LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccColorLookupTable8Bit Constructor(Byte[],Byte,Byte[])






Array that contains the number of grid points in each dimension.
Precision of data elements, in bytes. Must be 01h.
Buffer of color lookup table data points. The size of each element is 1 byte.
Initializes a new IccColorLookupTable8Bit with explicit parameters. .NET support
Syntax
public IccColorLookupTable8Bit( 
   byte[] numberOfGridPoints,
   byte precision,
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal numberOfGridPoints() As Byte, _
   ByVal precision As Byte, _
   ByVal data() As Byte _
)
'Usage
 
Dim numberOfGridPoints() As Byte
Dim precision As Byte
Dim data() As Byte
 
Dim instance As New IccColorLookupTable8Bit(numberOfGridPoints, precision, data)
public IccColorLookupTable8Bit( 
   byte[] numberOfGridPoints,
   byte precision,
   byte[] data
)
function IccColorLookupTable8Bit( 
   numberOfGridPoints ,
   precision ,
   data 
)
public:
IccColorLookupTable8Bit( 
   array<byte>^ numberOfGridPoints,
   byte precision,
   array<byte>^ data
)

Parameters

numberOfGridPoints
Array that contains the number of grid points in each dimension.
precision
Precision of data elements, in bytes. Must be 01h.
data
Buffer of color lookup table data points. The size of each element is 1 byte.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccColorLookupTable8Bit Class
IccColorLookupTable8Bit Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.